projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ab7fc
)
removed reference to removed function
author
Øyvind Kolås
<ok@src.gnome.org>
Tue, 9 Aug 2005 20:28:58 +0000
(20:28 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Tue, 9 Aug 2005 20:28:58 +0000
(20:28 +0000)
ChangeLog
patch
|
blob
|
history
babl/babl-sampling.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index ac44b0ee770355b0ef16d3b443b3421ffa16d31b..e25060a0f31d5ac3b196b1f58f58b70da637c0b7 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2005-08-09 Øyvind Kolås <pippin@gimp.org>
+
+ * babl/babl-sampling.h: removed reference to non existant function
+ babl_sampling_introspect ().
+
2005-08-09 Øyvind Kolås <pippin@gimp.org>
* babl/Makefile.am
diff --git
a/babl/babl-sampling.h
b/babl/babl-sampling.h
index 12ec5c9dd8173e860c08b9630dc1f7cdfd20321d..85d06af185274b41cbc9b361f5e1a66a1659c39f 100644
(file)
--- a/
babl/babl-sampling.h
+++ b/
babl/babl-sampling.h
@@
-23,7
+23,6
@@
#include "babl-classes.h"
void babl_sampling_init (void);
-void babl_sampling_introspect (void);
void babl_sampling_each (BablEachFunction each_fun,
void *user_data);
void babl_sampling_destroy (void);